github.com/jackc/pgx/v5/pgconn.MultiResultReader.statementDescriptions (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1576: 	statementDescriptions []*StatementDescription
		pgconn.go#L1622: 			if len(mrr.statementDescriptions) > 0 {
		pgconn.go#L1630: 				sd := mrr.statementDescriptions[0]
		pgconn.go#L1631: 				mrr.statementDescriptions = mrr.statementDescriptions[1:]
		pgconn.go#L2012: 		statementDescriptions: batch.statementDescriptions,